compress/flate.literalNode.freq (field)
10 uses
compress/flate (current package)
huffman_code.go#L28: freq int32
huffman_code.go#L162: lastFreq: list[1].freq,
huffman_code.go#L163: nextCharFreq: list[2].freq,
huffman_code.go#L164: nextPairFreq: list[0].freq + list[1].freq,
huffman_code.go#L196: l.nextCharFreq = list[n].freq
huffman_code.go#L335: if s[i].freq == s[j].freq {
huffman_code.go#L338: return s[i].freq < s[j].freq
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |